@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	border: 1;
	font-size: 14px;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	/*color: #000;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, header, menu, dialog, footer, figure, dl, dt, dd, ul, li {
	display: block;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}

/*报价*/
.feedback {
	background: #000;
	overflow: hidden;
	padding: 50px 0px;
}
.feedback .w1200 {
	width: 90%;
	margin: 0px auto;
}
/*.feedback h2 {
	display: block;
	font-size: 22px;
	border-bottom: 2px solid #333;
	height: 60px;
	line-height: 60px;
	margin-bottom: 30px;
	color: #fff;
}*/
.feedback h3 {
	display: block;
	margin-bottom: 30px;
}
.feedback h3 em {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #333;
	color: #fff;
	border-radius: 50%;
}
.feedback h3 span {
	display: inline-block;
	font-size: 18px;
	color: #fff;
}
.feedback .left {
	width: 33%;
}
.feedback .left li {
	display: block;
	float: left;
	width: 40%;
	margin-bottom: 15px;
	padding: 0px 10% 0px 0px;
	overflow:hidden;
}
.feedback .left li img {
	display: block;
	width: 100%;
}
.feedback .left li p {
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	display: block;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
/*.feedback .left .p1 {
	background: url(../img/tel.png) left center no-repeat;
	padding-left: 35px;
}*/
/*.feedback .left .p2 {
	background: url(../img/qq.png) left center no-repeat;
	padding-left: 35px;
}
.feedback .left .p4 {
	background: url(../img/weixin.png) left center no-repeat;
	padding-left: 35px;
}
.feedback .left .p5 {
	margin-left: 35px;
}*/
.feedback .right {
	width: 60%;
}
.diagnosis-form {
	margin-top: 22px;
}
.diagnosis-form input {
	box-sizing: border-box;
	height: 43px;
	border: 1px solid #333;
	font-size: 14px;
	color: #222;
	text-indent: 14px;
}
.diagnosis-form input.formbg1 {
	background: url(../img/ico7_03.jpg) no-repeat right 10px center #fff !important;
}
.diagnosis-form input.formbg2 {
	background: url(../img/ico6_03.jpg) no-repeat right 10px center #fff !important;
}
.diagnosis-form input.formbg3 {
	background: url(../img/ico8_03.jpg) no-repeat right 10px center #fff !important; /*margin-right: 0; width: 33%;*/
}
.textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #333;
	height: 153px;
}
.textarea textarea {
	width: 96%;
	height: 106px;
	font-size: 14px;
	color: #222;
	padding: 1% 2%;
	background-color: transparent;
}
.textarea button {
	width: 102px;
	height: 27px;
	border: 0px;
	background-color: #1c1c1c;
	color: #fff;
	font-size: 14px;
	float: right;
	margin-right: 5px;
	cursor: pointer;
}
.diagnosis-l span.ewm {
	position: relative;
}
.diagnosis-l span.ewm i {
	display: block;
	width: 84px;
	height: 84px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.diagnosis-l span.ewm:hover i {
	display: block;
}
.diagnosis-form-item {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding-bottom: 27px;
}
.diagnosis-form-item .iptxt, .diagnosis-form-item .select {
	width: 100%;
	color: #222;
}
.diagnosis-form-item-1 {
	padding-right: 13px;
}
.diagnosis-form-item-2 {
	padding-left: 13px;
}
.diagnosis-form-item-3 {
	width: 100%;
	float: none;
}
.diagnosis-form-item .ipbtn {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #af0000;
	border: 0px;
	font-size: 18px;
	cursor: pointer;
}
.diagnosis-form-item-2 img {
	display: inline-block;
	margin-left: 20px;/*margin-top:10px;*/
}
.diagnosis-form-item-2 .qiehuan {
	display: inline-block;
	font-size: 13px;
	color: #fff;
}
 @media (max-width:800px) {
.feedback .left, .feedback .right {
	width: 100%;
	text-align: center;
}
.feedback .right {
	margin-top: 30px;
}
}
